home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 14
/
AMIGAplus Sonderheft 14 (1998)(ICP)(DE)[!].iso
/
locale
/
catalogs
/
urb.cd
< prev
next >
Wrap
Text File
|
1998-03-06
|
7KB
|
392 lines
#header URB_LOCALE
;
;generate urb.lh using:
; catcomp hd7:urb/urb.cd CFILE hd7:urb/urb.lh NOBLOCK NOCODE SYMBOLS=HELP
;
;generate urb.ct using:
; catcomp hd7:urb/urb.cd CTFILE hd7:urb/urb.ct
;
;generate urb.catalog using:
; catcomp hd7:urb/urb.cd TRANSLATION urb.**** CATALOG hd7:urb/catalogs/****/urb.catalog [NOOPTIM]
; where **** is the language to produce, NOOPTIM allows unchanged strings
;
; Menu Text Entries
;
MSG_MENU_PROJECT (//)
Project
;
MSG_MENU_ABOUT (//)
About
;
MSG_MENU_MUI (//)
MUI
;
MSG_MENU_URB (//)
URB
;
MSG_MENU_QUIT (//)
Quit
;
MSG_MENU_SETTINGS (//)
Settings
;
MSG_MENU_OPEN (//)
Open Configuration Window
;
MSG_MENU_CLOSE (//)
Close Configuration Window
;
MSG_MENU_LOAD (//)
Load...
;
MSG_MENU_RESTORE (//)
Restore to Last Saved
;
MSG_MENU_SAVE (//)
Save
;
MSG_MENU_SAVEAS (//)
SaveAs...
;
MSG_MENU_MUISET (//)
MUI Settings...
;
; Gadgets and Labels
;
;
MSG_PAGE_COMMANDS (//)
Commands
;
MSG_PAGE_SETUP (//)
Basic Options
;
MSG_PAGE_ADVANCED (//)
Advanced Options
;
MSG_LIST_TITLE_LABEL (//)
\33bLabel
;
MSG_LIST_TITLE_TYPE (//)
\33bType
;
MSG_LIST_TITLE_STACK (//)
\33bStack
;
MSG_LIST_TITLE_COMMAND (//)
\33bCommand
;
MSG_LIST_TITLE_BUTTONTYPE (//)
\33bT
;
MSG_LIST_TITLE_IMAGE (//)
\33bImage
;
MSG_LIST_TITLE_BACKGROUND (//)
\33bB
;
MSG_LIST_TITLE_RGBCOLOR (//)
\33bColor
;
MSG_CYCLE_BGDEFAULT (//)
Default
;
MSG_CYCLE_BGCUSTOM (//)
Custom
;
MSG_CYCLE_TEXT (//)
Text
;
MSG_CYCLE_IMAGE (//)
Image
;
MSG_CYCLE_LABEL (//)
Label
;
MSG_CYCLE_AREXX (//)
ARexx
;
MSG_CYCLE_CLI (//)
CLI
;
MSG_CYCLE_EXECUTE (//)
Execute
;
MSG_CYCLE_WBRUN (//)
WBRun
;
MSG_BUTTON_OK (//)
*_OK
;
MSG_LABEL_LABEL (//)
Label Text:
;
MSG_LABEL_TYPE (//)
Run Type:
;
MSG_LABEL_STACK (//)
Stack:
;
MSG_LABEL_COMMAND (//)
Command:
;
MSG_BUTTON_UPDATE (//)
U_pdate Entry
;
MSG_BUTTON_CLEAR (//)
C_Lear Entry
;
MSG_BUTTON_SAVE (//)
_Save
;
MSG_BUTTON_USE (//)
_Use
;
MSG_BUTTON_TEST (//)
_Test
;
MSG_BUTTON_CANCEL (//)
_Cancel
;
MSG_LABEL_ROWS (//)
Rows of Buttons:
;
MSG_LABEL_COLUMNS (//)
Columns of Buttons:
;
MSG_CYCLE_ACROSS (//)
Across
;
MSG_CYCLE_DOWN (//)
Down
;
MSG_CYCLE_TOPS (//)
Top and Bottom
;
MSG_CYCLE_SIDES (//)
Sides
;
MSG_CYCLE_FRAME (//)
Frame
;
MSG_LABEL_BTYPE (//)
Button Type:
;
MSG_LABEL_BGTYPE (//)
Background:
;
MSG_LABEL_BACK (//)
Color:
;
MSG_LABEL_IMAGE (//)
Button Image:
;
MSG_LABEL_ORDER (//)
Display Order:
;
MSG_LABEL_AREXX (//)
Arexx run command:
;
MSG_LABEL_CLI (//)
Async CLI Command:
;
MSG_LABEL_EXECUTE (//)
Execute run command:
;
MSG_LABEL_WBRUN (//)
Workbench run command:
;
MSG_LABEL_SCROLLERS (//)
Use Scrollbars:
;
MSG_LABEL_BORDERLESS (//)
Borderless Window:
;
MSG_LABEL_TITLELESS (//)
No Title Borderless:
;
MSG_LABEL_BACKGROUND (//)
BackDrop Window:
;
MSG_LABEL_RECTX (//)
Horizontal Weight:
;
MSG_LABEL_RECTY (//)
Vertical Weight:
;
MSG_LABEL_RECTPIC (//)
Background Image:
;
MSG_TITLE_WIN1 (//)
Configuration
;
MSG_TITLE_LOAD (//)
Select Configuration to Load
;
MSG_TITLE_SAVEAS (//)
Select Filename for SaveAs
;
MSG_TITLE_SELECT (//)
Select a file...
;
MSG_TITLE_BORDER (//)
Window Borders
;
MSG_TITLE_SCROLL (//)
Scroll Bars
;
MSG_TITLE_RECTANGLE (//)
Rectangle Options
;
#ifdef HELP
;
;
; Help Messages
;
MSG_HELP_LIST (//)
Double-click to Edit\nDrag&Drop to reorder\nDrop icon for a WBRUN program
;
MSG_HELP_LABEL (//)
Enter Label for Button\n\
For text buttons:\n\
_character for shortcut key\n\
^ is converted to escape
;
MSG_HELP_TYPE (//)
Select run type for program/script
;
MSG_HELP_STACK (//)
Size of stack for programs run as CLI commands
;
MSG_HELP_CMD (//)
Enter command to be run/executed
;
MSG_HELP_UPDATE (//)
Update selected entry
;
MSG_HELP_CLEAR (//)
Clear selected entry
;
MSG_HELP_SAVE (//)
Save configuration as default
;
MSG_HELP_USE (//)
Use configuration\n\
but do not save as default
;
MSG_HELP_TEST (//)
Test changed configuration
;
MSG_HELP_CANCEL (//)
Cancel changes since last Saved or Used
;
MSG_HELP_ROWS (//)
Number of rows of buttons
;
MSG_HELP_COLUMNS (//)
Number of columns of buttons
;
MSG_HELP_ORDER (//)
Display order for commands\n\
Across will order them in rows\n\
Down will order them in columns\n\
Other options control layout further
;
MSG_HELP_AREXX (//)
Command to run ARexx scripts
;
MSG_HELP_CLI (//)
Run CLI commands asynchronously
;
MSG_HELP_EXECUTE (//)
Command to execute Amiga DOS scripts
;
MSG_HELP_WBRUN (//)
Command to run WorkBench programs
;
MSG_HELP_BTYPE (//)
Text or image button\n\
Text will use label on button\n\
Image wil use datatypes image
;
MSG_HELP_BGTYPE (//)
Select either Default or Custom Backgrounds
;
MSG_HELP_BACK (//)
Select an RGB Color\n\
for the button background
;
MSG_HELP_IMAGE (//)
Select a datatypes image\n\
for an image button or the\n\
background for a text button
;
MSG_HELP_SCROLLERS (//)
Select whether to have scrollbars
;
MSG_HELP_BORDERLESS (//)
Select for a borderless window
;
MSG_HELP_TITLELESS (//)
Makes the borderless window appear\n\
without a title
;
MSG_HELP_BACKGROUND (//)
Select for window to be a background
;
MSG_HELP_RECTX (//)
Control width of Rectangle\n\
for side and frame ordering
;
MSG_HELP_RECTY (//)
Control height of rectangle\n\
for top and frame ordering
;
MSG_HELP_RECTPIC (//)
Select a datatypes image\n\
to appear on the rectangle\n\
for top, sides, and frame ordering
;
#endif HELP
;
;
; Error and Informational Messages
;
MSG_ABOUT_URB (//)
\33c\33bURB v1.0\33n\n\
Ubiquitous Resource Bars\n\n\
Copyright ©1998 by Dick Whiting\n\n\
Standard Disclaimer: I wrote it, it works for me, I don't guarantee\n\
that it will do anything productive for anyone else, etc. etc. ;-)\n\n\
HOWEVER, if you do find a use for it: I homeschool my kids and they would\n\
love a postcard from where EVER you live. Instant Geography Lesson;)\n\n\
\33c\33bPostcards:\33n\nDick Whiting\n28590 S. Beavercreek Rd.\n\
Mulino, Oregon 97042\n\USA\n\n\33bEmail:\33n\nDick Whiting <dwhiting@europa.com>
;
; !!MSG_STACK_TEXT is the text the STACK command issues, %s is number of bytes
; !!This must be an EXACT match of the output of the stack command
;
MSG_STACK_TEXT (//)
Current stack size is %s bytes
;
;
; !!You will get THIS message if MSG_STACK_TEXT is not correct
;
MSG_STACK_ERR (//)
Error parsing stack message
;
MSG_ERROR_APFAIL (//)
Failed to create Application.
;
MSG_ERROR_OPEN (//)
Error opening file:
;
MSG_ERROR_BADCFG (//)
File is not a valid configuration file
;
MSG_ERROR_OBJERR (//)
Error creating MUI object
;
MSG_ERROR_ASLOPEN (//)
Cannot quit now, still\nsome file requesters open
;